home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00099.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  484 b   |  21 lines

  1. on navib
  2.   if rollOver(21) then
  3.     set the castNum of sprite 21 to 83
  4.     set the castNum of sprite 22 to 129
  5.     set the castNum of sprite 23 to 80
  6.     exit
  7.   end if
  8.   set the castNum of sprite 21 to 82
  9.   if rollOver(22) then
  10.     set the castNum of sprite 22 to 130
  11.     set the castNum of sprite 23 to 80
  12.     exit
  13.   end if
  14.   set the castNum of sprite 22 to 129
  15.   if rollOver(23) then
  16.     set the castNum of sprite 23 to 81
  17.     exit
  18.   end if
  19.   set the castNum of sprite 23 to 80
  20. end
  21.